.shadow{
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
}

.template-content{
    background-color:#fff;
    display:inline-block;
    width:100%;
    box-sizing:border-box;
    font-size:0;
}

.template-content > * {
    font-size:16px;
}

.template-content .template-content-header {
    background-color: #55ABE6;
    display:inline-block;
    width:100%;
    padding:10px 20px;
    font-size:20px;
    box-sizing:border-box;
    color:#fff;
}

.template-content .template-content-text{
    font-size:16px;
    padding:15px;
    width:100%;
    box-sizing:border-box;
}

.template-content .template-content-text p:first-child{
    margin-top:0;
    box-sizing:border-box;
}